home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import "ITreeBrowserMatrix.h"
- #import <appkit/Application.h>
- #import <appkit/Window.h>
-
- #import "errdebug.h"
-
- @implementation ITreeBrowserMatrix
-
- - mouseDown:(NXEvent *)theEvent
- {
- iFlags = theEvent->flags;
- return [super mouseDown:theEvent];
- }
-
- - (int)flagsOfLastEvent
- {
- return iFlags;
- }
-
- - resetFlagsOfLastEvent
- {
- iFlags = 0;
- return self;
- }
-
- - (BOOL)acceptsFirstMouse
- {
- return YES;
- }
-
- @end
-